## Store the current config settings, so they can be reloaded at the end
## of the examples
conf_store <- tcplConfList()
tcplConfDefault()
tcplQuery("SELECT 'Hello World';")
tcplQuery("SELECT * FROM assay;")
## Reset configuration
options(conf_store)
Run the code above in your browser using DataLab